home *** CD-ROM | disk | FTP | other *** search
/ Aminet 45 / Aminet 45 (2001)(GTI - Schatztruhe)[!][Oct 2001].iso / Aminet / dev / c / vbcc.lha / vbcc / targets / ppc-warpos / include / proto / Warp3D.h < prev    next >
C/C++ Source or Header  |  2001-04-28  |  611b  |  34 lines

  1. /*
  2. **
  3. ** Warp3D proto file
  4. ** $VER: Warp3D.h_proto 1.0 (06.08.98)
  5. **
  6. **
  7. ** This file is part of the Warp3D Project.
  8. ** Warp3D is copyrighted
  9. ** (C) 1998 Sam Jordan, Hans-Jörg Frieden, Thomas Frieden
  10. ** All rights reserved
  11. **
  12. ** See the documentation for conditions.
  13. **
  14. */
  15. #ifndef PROTO_WARP3D_H
  16. #define PROTO_WARP3D_H
  17.  
  18. #include <exec/types.h>
  19. #ifdef __PPC__
  20. extern struct Library *Warp3DPPCBase;
  21. #else
  22. extern struct Library *Warp3DBase;
  23. #endif
  24.  
  25. #include <Warp3D/Warp3D.h>
  26. #include <clib/Warp3D_protos.h>
  27. #ifdef __VBCC__
  28. #include <inline/Warp3D_protos.h>
  29. #else
  30. #include <pragmas/Warp3D_pragmas.h>
  31. #endif
  32.  
  33. #endif
  34.